home *** CD-ROM | disk | FTP | other *** search
/ Codemasters Artwork Disc ECTS 2000 ( UK) / Codemasters - Artwork Disc ECTS 2000 (UK).bin / pc / main.dxr / 00108.ls < prev    next >
Encoding:
Text File  |  2000-01-01  |  439 b   |  25 lines

  1. on prepareFrame me
  2.   global gTitle
  3.   case gTitle of
  4.     "toca":
  5.       sprite(8).visible = 0
  6.     "Mu3":
  7.       sprite(8).visible = 0
  8.     "WCS":
  9.       sprite(8).visible = 0
  10.     "SEV":
  11.       sprite(8).visible = 0
  12.     "PPL":
  13.       sprite(8).visible = 0
  14.     "CF":
  15.       sprite(8).visible = 0
  16.     otherwise:
  17.       sprite(8).visible = 1
  18.   end case
  19.   if gTitle = "MU3" then
  20.     sprite(10).visible = 0
  21.   else
  22.     sprite(10).visible = 1
  23.   end if
  24. end
  25.